home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
utilities
/
itrack.lha
/
offenders
/
win.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-05-17
|
259 b
|
16 lines
#include <intuition/intuition.h>
#include <proto/intuition.h>
extern struct IntuitionBase *IntuitionBase;
main(int argc, char *argv[])
{
struct Window *win1;
win1=OpenWindowTags(NULL,WA_Left,100,WA_Top,100,WA_Width,100,WA_Height,100,TAG_DONE);
}